home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11605 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  858 b 

  1. Path: Belgium.EU.net!news
  2. From: albert@sonytel.be (Albert Dorofiev)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: TYPEDEF help needed
  5. Date: 15 Mar 1996 13:12:42 GMT
  6. Organization: EUnet Belgium, Leuven, Belgium
  7. Message-ID: <4ibqca$hto@news.Belgium.EU.net>
  8. References: <Do9J5n.KE7.0.-s@cs.vu.nl>
  9. NNTP-Posting-Host: iris.sonytel.be
  10. X-Newsreader: knews 0.9.5
  11.  
  12. In article <Do9J5n.KE7.0.-s@cs.vu.nl>,
  13.     alverste@cs.vu.nl (Andre Versteeg) writes:
  14. >typedef struct Coordinates
  15. >{
  16. >    int x,y;
  17. >
  18. >} Coordinates;
  19. >
  20. >typedef Coordinates[100] CoordinatesList;
  21.  
  22. I may be wrong, but the last definition
  23. should be:
  24.  
  25. typedef Coordinates CoordinatesList[100];
  26.  
  27. Sorry if this is not Ok
  28.  
  29. -- 
  30. Albert Dorofeev                    albert@sonytel.be
  31.  
  32. Sony Telecom Europe                Tel. 02/ 724 1980
  33. St.Stevens Woluwestraat 55         Fax  02/ 726 2686
  34. B-1130 Brussel, Belgium, Europe
  35.  
  36.